
       .sec1a{
        max-width: 1800px;
        margin: auto;
        height: 500px;
        background:linear-gradient(to right,rgba(0, 0, 0, 0.097),rgba(0, 0, 0, 0.554)), url(../images/About\ Us\ 2.jpg);
        background-position: center;
        background-size: 100% 150%;
        text-align: center;
        padding-top: 350px;
        color: white;
        font-size: 40px;
        /* margin-top: -120px; */
    }
    
    .sec1a h1{
        font-size: 55px;
        color: rgb(255, 255, 255);
        font-weight: 400;
    }
    

    .about-color-box{
        max-width: 1800px;
        margin: auto;
        height: 300px;
        /* background-color: rgb(53, 43, 195); */
    }
  
  
    @media screen and (max-width: 900px) {

.sec1a{
    background-size: 150% 100%;
    height: 300px;
    padding-top: 200px;
}
.sec1a h1{
    font-size: 35px;
}


    }


